object FrmRange: TFrmRange Left = 349 Top = 111 BorderStyle = bsDialog Caption = 'Range' ClientHeight = 140 ClientWidth = 241 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poDefaultPosOnly ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GrpRange: TGroupBox Left = 0 Top = 0 Width = 241 Height = 106 Align = alClient Caption = 'Range' TabOrder = 0 object Label1: TLabel Left = 16 Top = 56 Width = 65 Height = 16 AutoSize = False Caption = '&From:' FocusControl = NEdFirst end object Label2: TLabel Left = 160 Top = 56 Width = 65 Height = 16 AutoSize = False Caption = '&Length:' FocusControl = NEdCount end object Label3: TLabel Left = 88 Top = 56 Width = 65 Height = 16 AutoSize = False Caption = '&To:' FocusControl = NEdLast end object SbAll: TSpeedButton Left = 16 Top = 22 Width = 65 Height = 25 Hint = 'Apply to all buffer' Caption = '&All' OnClick = SbAllClick end object SbSelection: TSpeedButton Left = 88 Top = 22 Width = 65 Height = 25 Hint = 'Apply to selection' Caption = '&Selection' OnClick = SbSelectionClick end object NEdFirst: TAKNumEdit Left = 16 Top = 72 Width = 65 Height = 21 CharCase = ecUpperCase MaxLength = 7 TabOrder = 2 LeadingZero = False Radix = 16 Value = 0 Version = '1.00' OnChange = NEdFirstChange end object NEdCount: TAKNumEdit Left = 160 Top = 72 Width = 65 Height = 21 CharCase = ecUpperCase MaxLength = 7 TabOrder = 4 LeadingZero = False Radix = 16 Value = 0 Version = '1.00' OnChange = NEdCountChange end object NEdLast: TAKNumEdit Left = 88 Top = 72 Width = 65 Height = 21 CharCase = ecUpperCase MaxLength = 7 TabOrder = 3 LeadingZero = False Radix = 10 Value = 0 Version = '1.00' OnChange = NEdLastChange end object RbDec: TRadioButton Left = 168 Top = 17 Width = 57 Height = 17 Caption = '&Dec' Checked = True TabOrder = 0 TabStop = True OnClick = RbDecClick end object RbHex: TRadioButton Left = 168 Top = 35 Width = 57 Height = 17 Caption = '&Hex' TabOrder = 1 OnClick = RbDecClick end end object PanButtons: TPanel Left = 0 Top = 106 Width = 241 Height = 34 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object ButOK: TButton Left = 72 Top = 5 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 end object ButClose: TButton Left = 152 Top = 5 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end object Storage: TFormStorage IniSection = 'RangeOps' OnRestorePlacement = StorageRestorePlacement StoredProps.Strings = ( 'RbDec.Checked' 'RbHex.Checked' 'NEdFirst.Value' 'NEdCount.Value') Left = 16 Top = 104 end end